projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b48a33
)
Fix indentation
author
Daniel Colascione
<dancol@dancol.org>
Wed, 26 Feb 2014 21:31:22 +0000
(13:31 -0800)
committer
Daniel Colascione
<dancol@dancol.org>
Wed, 26 Feb 2014 21:31:22 +0000
(13:31 -0800)
lisp/minibuffer.el
patch
|
blob
|
history
diff --git
a/lisp/minibuffer.el
b/lisp/minibuffer.el
index 737172e359f230ed0edb517666ed42c3b16c1cc4..95e45260f85a25d4b224b5006a9171705284d9f7 100644
(file)
--- a/
lisp/minibuffer.el
+++ b/
lisp/minibuffer.el
@@
-850,12
+850,12
@@
completing buffer and file names, respectively."
(setq table (pop new))
(setq point (pop new))
(pop new))))
- (result
- (completion--some (lambda (style)
- (funcall (nth n (assq style
- completion-styles-alist))
- string table pred point))
- (completion--styles metadata))))
+
(result
+
(completion--some (lambda (style)
+
(funcall (nth n (assq style
+
completion-styles-alist))
+
string table pred point))
+
(completion--styles metadata))))
(if requote
(funcall requote result n)
result)))